home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / lib / X11 / config / cross.def < prev    next >
Encoding:
Text File  |  2006-12-20  |  1.3 KB  |  46 lines

  1. /* $XFree86: xc/config/cf/cross.def,v 1.1 2000/12/08 22:09:34 keithp Exp $ */
  2. /*
  3.  * This file contains redefinitions of some symbols to enable
  4.  * cross compilation: e.g. paths for include files and paths to
  5.  * compiler images.  It will have to be edited to reflect these
  6.  * given your local configuration.
  7.  */
  8. #if 0
  9. #undef i386Architecture
  10. #define Arm32Architecture
  11.  
  12. #undef OptimizedCDebugFlags
  13. #define OptimizedCDebugFlags     -O2
  14. #define ServerCDebugFlags    -O2
  15. #undef StandardDefines
  16. #define StandardDefines     -Dlinux -D__arm__ -D_POSIX_SOURCE \
  17.                 -D_BSD_SOURCE -D_GNU_SOURCE -DX_LOCALE
  18. #undef CcCmd
  19. #define StdIncDir /skiff/local/arm-linux/include
  20. #define PreIncDir 
  21. #undef PostIncDir
  22. #define PostIncDir /skiff/local/lib/gcc-lib/arm-linux/2.95.2/include
  23. #define CcCmd /skiff/local/bin/arm-linux-gcc
  24. #undef CplusplusCmd
  25. #define HasCplusplus YES
  26. #define CplusplusCmd /skiff/local/bin/arm-linux-g++
  27. #define DoRanlibCmd YES
  28. #define RanlibCmd /skiff/local/bin/arm-linux-ranlib
  29. #undef ExtraLoadFlags
  30. #define ExtraLoadFlags
  31. #define FbNoPixelAddrCode
  32. #undef TermcapLibrary
  33. #define TermcapLibrary -ltermcap
  34.  
  35. #undef LdPostLib
  36. #define LdPostLib    -L/skiff/local/arm-linux/lib
  37.  
  38. #undef ExtensionOSDefines
  39. #define ExtensionOSDefines
  40.  
  41. #define ServerXdmcpDefines    /**/
  42.  
  43. #define HostCcCmd  cc
  44. #endif
  45. #include <cross.rules>
  46.